home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga CD-ROM Collection
/
Amiga CD-ROM Collection - Auge 4000 and Cactus and Demo Util.iso
/
cactus
/
49
/
progs
/
arq
/
arq.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-07-27
|
495b
|
30 lines
#ifndef ARQ_ARQ_H
#define ARQ_ARQ_H
#define ARQ_MAGIC 0x6D6A6C21
#define ARQ_ID_INFO 0
#define ARQ_ID_DISK 1
#define ARQ_ID_DELETE 2
#define ARQ_ID_GURU 3
#define ARQ_ID_RWERROR 4
#define ARQ_ID_WPROTECT 5
#define ARQ_ID_PRINTER 6
#define ARQ_ID_QUESTION 7
#define ARQ_ID_EXCLAM 8
#define ARQ_ID_IMAGE -1
#define ARQ_ID_ANIM -2
struct ExtEasyStruct
{
struct Image *Image;
char *Sound;
WORD AnimID;
UWORD Flags;
ULONG Magic;
ULONG Reserved[3];
struct EasyStruct Easy;
};
#endif